GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IArray<T> Interface
The type of items.
Members


IArray<T> Interface
Represents an array of items which are declared as T type.
Syntax
'Declaration
 
Public Interface IArray(Of T) 
 
'Usage
 
Dim instance As IArray(Of T)
Type Parameters
T
The type of items.
See Also